SkidMC API
Toggle table of contents
1.0.0-beta.4
client
Target filter
client
Switch theme
Search in API
Skip to content
SkidMC API
SkidMC API
/
io.github.oni0nfr1.skid.client.api.utils
Package-level
declarations
Types
Functions
Types
Kart
Type
Link copied to clipboard
sealed
class
KartType
<
out
ENGINE
:
KartEngine
>
카트 엔진 타입을 나타냅니다.
Ref
Link copied to clipboard
interface
Ref
<
T
>
현재 유효하지 않을 수 있는
T
의 장기 보관 가능한 참조입니다.
Functions
access
Link copied to clipboard
inline
fun
<
T
:
Any
,
R
>
Ref
<
T
>
.
access
(
block
:
T
.
(
)
->
R
)
:
R
?
현재 유효한 값이 있을 때만
block
을 실행합니다.